home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Business / 250 Home Based Jobs / 250 Home Based Jobs / background_17005.txt < prev    next >
Text File  |  1991-06-15  |  950b  |  48 lines

  1. -- background: 17005 from stack: in
  2. -- bmap block id: 17179
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 15 (button)
  13. -- low flags: 00
  14. -- high flags: 2004
  15. -- rect: left=18 top=299 right=340 bottom=63
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 11045 / 11045
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Home
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual effect iris open
  27.   go Home
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 36 (button)
  33. -- low flags: 00
  34. -- high flags: 2000
  35. -- rect: left=201 top=318 right=340 bottom=276
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Jobs List
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   go to card id 25037
  47. end mouseUp
  48.